Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

app/src/main/java/com/geeksville/mesh/ui/common/components/PreviewUtils.kt ui_message_list (be3f882f) Text, 1.67 KB

T8b949e/*
* Copyright (c) 2025 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

Tf0883e@fileTb4b4b4:Te6edf3SuppressTb4b4b4(Ta5d6ff"Ta5d6ffMatchingDeclarationNameTa5d6ff"Tb4b4b4)

Tff7b72package T7ee787com.geeksville.mesh.ui.common.components

Tff7b72import T7ee787androidx.compose.ui.tooling.preview.PreviewParameterProvider
Tff7b72import T7ee787com.geeksville.mesh.MeshProtos
Tff7b72import T7ee787com.geeksville.mesh.PaxcountProtos
Tff7b72import T7ee787com.geeksville.mesh.TelemetryProtos
Tff7b72import T7ee787com.geeksville.mesh.model.Node

T8b949e/** Simple [PreviewParameterProvider] that provides true and false values. */
Tff7b72class T56d364BooleanProvider Tb4b4b4: Te6edf3PreviewParameterProviderTff7b72<Tffa657BooleanTff7b72> Tb4b4b4{
Tff7b72override Tff7b72val Te6edf3valuesTb4b4b4: Te6edf3SequenceTff7b72<Tffa657BooleanTff7b72> Tff7b72= Te6edf3sequenceOfTb4b4b4(Tff7b72falseTb4b4b4, Tff7b72trueTb4b4b4)
Tb4b4b4}

Tff7b72private Tff7b72val Te6edf3user Tff7b72= Te6edf3MeshProtosTb4b4b4.Te6edf3UserTb4b4b4.Te6edf3newBuilderTb4b4b4(Tb4b4b4)Tb4b4b4.Te6edf3setShortNameTb4b4b4(Ta5d6ff"Ta5d6ff\Ta5d6ffuD83ETa5d6ff\Ta5d6ffuDEE0Ta5d6ff"Tb4b4b4)Tb4b4b4.Te6edf3setLongNameTb4b4b4(Ta5d6ff"Ta5d6ffJohn DoeTa5d6ff"Tb4b4b4)Tb4b4b4.Te6edf3buildTb4b4b4(Tb4b4b4)
Tff7b72val Te6edf3previewNode Tff7b72=
Te6edf3NodeTb4b4b4(
Te6edf3num Tff7b72= T79c0ff1T79c0ff3T79c0ff4T79c0ff4T79c0ff4Tb4b4b4,
Te6edf3user Tff7b72= Te6edf3userTb4b4b4,
Te6edf3isIgnored Tff7b72= Tff7b72falseTb4b4b4,
Te6edf3paxcounter Tff7b72= Te6edf3PaxcountProtosTb4b4b4.Te6edf3PaxcountTb4b4b4.Te6edf3newBuilderTb4b4b4(Tb4b4b4)Tb4b4b4.Te6edf3setBleTb4b4b4(T79c0ff1T79c0ff0Tb4b4b4)Tb4b4b4.Te6edf3setWifiTb4b4b4(T79c0ff5Tb4b4b4)Tb4b4b4.Te6edf3buildTb4b4b4(Tb4b4b4)Tb4b4b4,
Te6edf3environmentMetrics Tff7b72=
Te6edf3TelemetryProtosTb4b4b4.Te6edf3EnvironmentMetricsTb4b4b4.Te6edf3newBuilderTb4b4b4(Tb4b4b4)Tb4b4b4.Te6edf3setTemperatureTb4b4b4(T79c0ff2T79c0ff5fTb4b4b4)Tb4b4b4.Te6edf3setRelativeHumidityTb4b4b4(T79c0ff6T79c0ff0fTb4b4b4)Tb4b4b4.Te6edf3buildTb4b4b4(Tb4b4b4)Tb4b4b4,
Tb4b4b4)

Served by rngit 1.5.0 - Generated in 0.08s